home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / earkit / useful / hsc / src_docs / install.hsc < prev    next >
Text File  |  1996-12-10  |  2KB  |  54 lines

  1. <WEBPAGE chapter="hsc - " title="Installation"
  2.          PREV="features/rplcent.html" NEXT="options.html">
  3.  
  4. This chapter will explain where all the files coming with the
  5. archive should end up.
  6.  
  7. <H2>Simple installation</H2>
  8.  
  9. <P>It's recommended to leave the whole <hsc> directory at one piece.
  10. Therefor extract the archive somewhere to your hard disk,
  11. for example to <FILE>work:hsc</FILE>.</P>
  12.  
  13. You now have to add this directory to your workbench search path.
  14. This can be performed adding a line like the one you can find
  15. below to your <FILE>user-startup</FILE>
  16.  
  17. <PRE>    Path work:hsc ADD</PRE>
  18.  
  19. After rebooting, you can open a CLI and type in <qq><KBD>hsc help</KBD></qq>,
  20. and <hsc> should come up with a short information message.
  21.  
  22. <H2>Minimum installation</H2>
  23.  
  24. <P>For a minimum installation, only <FILE>hsc</FILE> and <FILE>hsc.prefs</FILE>
  25. are required. If you want to utilize the project management capabilities of 
  26. <hsc>, also <FILE>hscdepp</FILE> and <FILE>hscpitt</FILE> are required.</P>
  27.  
  28. <P>Copy the binaries to somewhere in your workbench search path (for 
  29. exmple, to <FILE>c:</FILE>) and <hsc.prefs> anywhere else and set
  30. <env_hscpath> according to this.</P>
  31.  
  32. <H2>Making hsc resident</H2>
  33.  
  34. <P>All binaries should already have the the pure bit set. If not, you
  35. can do this by entering</P>
  36. <PRE>    protect hsc/hsc add p
  37.     protect hsc/hscdepp add p
  38.     protect hsc/hscpitt add p</PRE>
  39. <P>in CLI.</P>
  40.  
  41. <P>To make the binaries resident on every startup, add the lines</P>
  42. <PRE>    resident hsc
  43.     resident hscdepp
  44.     resident hscpitt</PRE>
  45. <P>to the <FILE>user-startup</FILE>.</P>
  46.  
  47. <P><STRONG>Important:</STRONG> For resident programs, <CODE>PROGDIR:</CODE>
  48. is not defined. You will have to take care that <hsc> is able to find
  49. <hsc.prefs> before it tries to scan <CODE>PROGDIR:</CODE> for it. This
  50. can be done by by setting the environment variable <env_hscpath> or by
  51. placing <hsc.prefs> in the current directory for every project.</P>
  52.  
  53. </WEBPAGE>
  54.